CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - java jni

搜索资源列表

  1. jni

    0下载:
  2. Java native interface Documentation
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1620023
    • 提供者:mansoor
  1. jnijingle

    0下载:
  2. a voice call interface to libjingle in java (jni based)
  3. 所属分类:IT Hero

    • 发布日期:2017-03-29
    • 文件大小:737758
    • 提供者:nu
  1. JNIDebuggingWithTotalView

    0下载:
  2. The document details steps required for establishing connection between Java and Native code through JNI layer.
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1146824
    • 提供者:praveen
  1. JavaandC

    0下载:
  2. 在分析JNI 技术框架的基础上,通过实例展示了一种如何实现Java 与C++之间通信的方法。-JNI technology framework in the analysis, based on a showing by example how to implement Java and C++ method of communication between.
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1289976
    • 提供者:张林
  1. Servlet

    0下载:
  2. Servlet程序能够调用JavaBean、JDBC、其它Servlet、RMI、EJB、SOAP和JNI等程序完成指定的功能,计算结果以HTML/XML等形式返回给客户端-Servlet program can call the JavaBean, JDBC, other Servlet, RMI, EJB, SOAP, and JNI and other procedures to complete the assigned function, the results to HTML/XML
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:154809
    • 提供者:Alex
  1. jni

    0下载:
  2. Java Native Interface. Programmer s Guide and Specification.JNI
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2417479
    • 提供者:Igor
  1. JNI-Study

    0下载:
  2. 很好的 JNI 编程指南,是代码移植必备秘籍,可用于JAVA开发,ANDROID开发中C代码移植过程中间层开发,详细参见文档-Good JNI Programming Guide, code essential transplantation Cheats, can be used in Java development, the middle layer of the ANDROID development of C code porting process development, deta
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:159297
    • 提供者:shone
  1. JNIwindows

    0下载:
  2. 说明如何在windows写一个java jni接口。-Explains how to write a java jni interface in windows.
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:112498
    • 提供者:gejun
  1. JNIEnv

    0下载:
  2. 本文档介绍java调c方法,通过实例介绍了JNI函数的使用-This document describes the java tune c introduced through examples of the use of the JNI function
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:48340
    • 提供者:zhangmeiling
  1. JNI

    0下载:
  2. JNI:android native develop JNI interface for c user . java native interface user guide . first my docudament thank you!-android native develop JNI interface for c user . java native interface user guide . first my docudament thank you!
  3. 所属分类:software engineering

    • 发布日期:2017-11-08
    • 文件大小:524486
    • 提供者:邹佳明
  1. JNI

    0下载:
  2. 详细介绍了JNI的基础知识。JNI是java标准的平台的一部分,弥补了java平台无关性的不足-Details the the JNI basics. The JNI java standard part of the platform, to make up for the lack of independence of the java platform
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:224363
    • 提供者:smith
  1. jni

    0下载:
  2. 该文档详细介绍了java jni的调用过程,希望对大家有所帮助。-The document details the Java JNI the call process, we hope to help.
  3. 所属分类:File Formats

    • 发布日期:2017-11-16
    • 文件大小:70439
    • 提供者:pangang
  1. AnyChat-for-Android-SDK

    0下载:
  2. “AnyChat for Android”属于客户端组件(简称“客户端”),对上层应用提供纯Java语言的调用接口,内核是由一系列的.so库(相当于Win32平台的DLL)组合而成,采用JNI技术实现Java层与内核层的通信。-" AnyChat for Android" is the client component (referred to as " Client" ), on the upper application provides pure Java
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:335888
    • 提供者:林煜宇
  1. ght

    0下载:
  2. 高焕堂:Android&Java的线程框架与模式 Android架构师手册_建模与图形思考 活用Android的IPC机制与Binder 框架 如何开发Android应用框架 Android 的NDK 与JNI雕龙小技-GAO Huan-tang: Android & Java threads Framework and modalities Android Architect Manual _ utilize modeling and graphical thinkin
  3. 所属分类:software engineering

    • 发布日期:2017-06-18
    • 文件大小:28105534
    • 提供者:zhurui
  1. H264Android

    0下载:
  2. H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:243426
    • 提供者:caojin
  1. JniCallbackTest.tar

    0下载:
  2. 安卓中java层调用c++的简单例子,jni。-Andrews in the simple example of java layer calls c++, jni.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:36947
    • 提供者: 杨东来
  1. config-ndk-and-jni

    0下载:
  2. android C的环境搭建,NDK的配置。在java层通过JNI访问下层C。-android C environment to build, NDK configuration. In java layer to access the underlying C through JNI.
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1627926
    • 提供者:01猪猪大侠
  1. JNI-struct-

    0下载:
  2. JNI中java与C语言的结构体参数交互的资料-JNI in java structure parameters interact with C language data
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:15042
    • 提供者:高云志
搜珍网 www.dssz.com